home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / exampleCode / GLX / cutNpaste / Xclipboard / README < prev    next >
Encoding:
Text File  |  1994-08-02  |  505 b   |  24 lines

  1.  
  2. This is the X Clipboard.
  3.  
  4. It demos the X selection mechanism implemented 
  5. in Xt using the XA_CLIPBOARD selection.  
  6.  
  7. The Andrew text widget also automatically supports 
  8. the XA_PRIMARY selection of text using the left mouse 
  9. click and drag to select and the middle mouse click 
  10. to paste.
  11.  
  12. To install xclipboard and it's man page on your system
  13. disk, execute
  14.  
  15.     su
  16.     make install
  17.  
  18. The exectable and man page will be install in the
  19. following directories:
  20.  
  21.     /usr/local/bin
  22.     /usr/catman/local/man1
  23.  
  24.